﻿body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i,
section,
figure,
nav,
mark,
figcaption {
	margin: 0;
	padding: 0;
}

mark {
	background-color: transparent;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea,
button {
	outline: none;
	border: none;
	font-family: "微软雅黑";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	color: #383838;
	min-width: 1330px;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.abs {
	position: absolute;
}

.rea {
	position: relative;
}

.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #005bac;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #005bac;
}

@font-face {
	font-family: 'myriad';
	src: url('Myriad-Roman.ttf');
	/* IE9 Compat Modes */
	src: url('Myriad-Roman.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('Myriad-Roman.ttf') format('woff'), /* Modern Browsers */
	url('Myriad-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
	url('Myriad-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
	url('Myriad-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
	url('Myriad-Roman.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'pingfang';
	src: url('PingFang SC Regular.ttf');
	/* IE9 Compat Modes */
	src: url('PingFang SC Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('PingFang SC Regular.ttf') format('woff'), /* Modern Browsers */
	url('PingFang SC Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang SC Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang SC Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang SC Regular.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}


/*header*/

#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
	border-bottom: 1px solid #8bb2e7;
	box-shadow: 2px 2px 51px rgba(36, 62, 92, 0.22);
}

#header .headerNav li {
	color: #dfdfdf;
}

#header .headerNav li:hover a {
	color: #c9c9c9;
}

#header .headerNav li a.on {
	color: #c9c9c9;
}

#header .whiteLogo {
	z-index: 9;
}

#header .navLine {
	height: 1px!important;
	top: 103px!important;
	background-color: #fff!important;
}

.header {
	width: 100%;
}

.header dl {
	width: 94%;
	margin: 0 auto;
}

.header dt {
	float: left;
	margin-top: 28px;
	position: relative;
}

.header dt img {
	position: absolute;
}

.header dd {
	float: right;
}

.headerNav {
	float: left;
	position: relative;
}

.headerNav li {
	float: left;
	color: #403f3f;
	margin-right: 56px;
	line-height: 103px;
}

.headerNav li:hover a {
	color: #005bac;
}

.headerNav li a.on {
	color: #005bac;
}

.headerMenu {
	position: relative;
	margin-top: 45px;
	width: 31px;
	height: 22px;
	transition-duration: 1s;
	z-index: 99;
	cursor: pointer;
}


/*mune*/

.icon {
	top: 0.3rem;
}

.icon,
.icon:before,
.icon:after {
	left: 0;
	position: absolute;
	background-color: #115897;
	transition-duration: 0.5s;
	height: 3px;
	width: 31px;
}

.icon:before {
	top: -9px;
	content: "";
}

.icon:after {
	top: 9px;
	content: "";
}

.headerMenu .icon {
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

.headerMenu.open .icon:after {
	transition: transform 0.5s, top 0.5s 0.5s;
}

.headerMenu.open .icon:before {
	transition: transform 0.5s, top 0.5s 0.5s;
}

.headerMenu.open .icon {
	transition-duration: 0.1s;
	transition-delay: 0.5s;
	background: transparent;
}

.headerMenu.open .icon:before {
	transition: top 0.5s, transform 0.5s 0.5s;
	top: 0px;
	transform: rotateZ(-45deg);
}

.headerMenu.open .icon:after {
	transition: top 0.4s, transform 0.5s 0.5s;
	top: 0px;
	transform: rotateZ(45deg);
}

#header .icon,
#header .icon:before,
#header .icon:after {
	background-color: #c4c3cd;
}

#header .headerMenu.open .icon {
	background-color: transparent;
}


/*munu*/


/*header*/


/*banner*/

.innerContainer {
	min-height: 400px;
	overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .hd {
	width: 100%;
	height: 10px;
	bottom: 33px;
	font-size: 0;
	position: absolute;
	text-align: center;
	z-index: 9;
}

.banner .hd li {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.5s;
	cursor: pointer;
}

.banner .hd li.on {
	width: 34px;
	border-radius: 10px;
}

.banner .bd li img {
	width: 100%;
	height: auto;
}


/*banner*/


/*about*/

.homeAboutPart {
	overflow: hidden;
	position: relative;
	padding-bottom: 160px;
	background-color: #fbfbfb;
}

.homeAboutPart:before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 8;
	top: 0;
	right: 50px;
	position: absolute;
	background: url(homeAboutBg.png) no-repeat right bottom;
}

.homeCommonTitle {
	text-align: center;
	padding: 65px 0 42px;
}

.homeCommonTitle h3 {
	font-size: 38px;
	line-height: 38px;
	font-family: "myriad";
	color: #3a3a3a;
	text-transform: uppercase;
}

.homeCommonTitle p {
	font-size: 24px;
	line-height: 38px;
	color: #3a3a3a;
}

.homeCommonTitle p span {
	color: #1e63bc;
}

.homeAboutIntro {
	position: relative;
}

.homeAboutIntro dt {
	width: 565px;
	height: 581px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.homeAboutIntro dt img {
	width: 100%;
	height: 581px;
}

.homeAboutIntro dd {
	margin-top: 48px;
}

.homeAboutText {
	width: 602px;
	float: right;
	position: relative;
	z-index: 9;
}

.homeAboutText h3 {
	font-size: 24px;
	line-height: 68px;
	font-weight: bold;
	color: #1e5eaf;
}

.homeAboutText i {
	display: block;
	width: 70px;
	height: 1px;
	background-color: #1e5eaf;
}

.homeAboutText p {
	color: #646464;
	font-size: 14px;
	line-height: 38px;
	margin-top: 23px;
}

.homeAboutList {
	width: 832px;
	float: right;
	margin-top: 50px;
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.homeAboutList figure {
	width: 269px;
	float: left;
	padding: 8px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

.homeAboutList figure img {
	width: 100%;
	height: 297px;
}

.homeAboutList ul {
	width: 548px;
	float: right;
	position: relative;
	border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;
}

.homeAboutList ul:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	background-color: #fff;
	border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;
}

.homeAboutList li {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 46px 0;
	position: relative;
	border-right: 1px solid #e6e6e7;
}

.homeAboutList li:last-child {
	border-right: none;
}

.homeAboutList li strong {
	display: block;
	font-size: 158px;
	line-height: 158px;
	color: #f2f4f6;
	font-family: "Impact";
}

.homeAboutList li figcaption {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.homeAboutList li h5 {
	font-size: 16px;
	line-height: 22px;
	color: #434343;
}

.homeAboutList li p {
	font-size: 11px;
	line-height: 18px;
	color: #767676;
	font-family: "pingfang";
	text-transform: uppercase;
}


/*about*/


/*product*/

.homeProductPart {
	overflow: hidden;
	height: 750px;
	background: url(homeProductBg.jpg) no-repeat center/cover;
}

.homeProductPart .homeCommonTitle h3 {
	color: #e6e6e7;
}

.homeProductPart .homeCommonTitle p {
	color: #e6e6e7;
}

.homeProductSlide {
	position: relative;
}

.homeProductSlide .bd {
	overflow: hidden;
}

.homeProductSlide ul {
	padding-top: 40px!important;
}

.homeProductSlide li {
	float: left;
	width: 356px;
	position: relative;
	margin-right: 65px;
	padding-top: 20px;
}

.homeProductSlide li figure {
	width: 219px;
	height: 235px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	animation: all 3s ease-in-out;
	animation-delay: 1s;
	background: url(proSmallCircle1.png) no-repeat center/cover;
}

.homeProductSlide li:hover figure {
	animation: proIcon 5s infinite both;
	background: url(proSmallCircle2.png) no-repeat center/cover;
}

@keyframes proIcon {
	0% {
		transform: rotate(90deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(270deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.homeProductSlide li figure:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.homeProductSlide li:nth-child(1n) figure:before {
	background: url(homeProductIcon1.png) no-repeat center;
}

.homeProductSlide li:nth-child(2n) figure:before {
	background: url(homeProductIcon2.png) no-repeat center;
}

.homeProductSlide li:nth-child(3n) figure:before {
	background: url(homeProductIcon3.png) no-repeat center;
}

.homeProductSlide li figcaption {
	width: 356px;
	height: 417px;
	position: relative;
	transition: all 1s;
	background: url(proLargeCircle1.png) no-repeat center/cover;
}

.homeProductSlide li:hover figcaption {
	background: url(proLargeCircle2.png) no-repeat center/cover;
}

.homeProductTitle {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 96px;
}

.homeProductTitle h3 {
	font-size: 20px;
	line-height: 42px;
	color: #464646;
}

.homeProductTitle p {
	font-size: 14px;
	line-height: 24px;
	color: #464646;
	height: 24px;
	overflow: hidden;
	font-family: "pingfang";
}

.homeProductTitle i {
	display: block;
	margin: 0 auto;
	width: 36px;
	height: 1px;
	margin-top: 38px;
	background-color: #005bac;
}

.homeProductSlide .hd {
	position: absolute;
	height: 100%;
	width: 1372px;
	left: 0;
	right: 0;
	margin: auto;
}

.homeProductSlide .hd a {
	display: block;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	position: absolute;
}

.homeProductSlide .prev {
	left: 0;
	background: url(productArrow1.png) no-repeat center/cover;
}

.homeProductSlide .prev:hover {
	background: url(productArrow2.png) no-repeat center/cover;
}

.homeProductSlide .next {
	right: 0;
	background: url(productArrow3.png) no-repeat center/cover;
}

.homeProductSlide .next:hover {
	background: url(productArrow4.png) no-repeat center/cover;
}


/*product*/


/*news*/

.homeNews {
	margin-top: -5px;
}

.homeNewsPart {
	height: 900px;
	position: relative;
	background: url(homeNewsBg.jpg) no-repeat center/cover;
}

.homeNewsPart dt {
	width: 355px;
	height: 641px;
	position: relative;
	z-index: 9;
	background: url(newsTitleBg.png) no-repeat center/cover;
}

.homeNewsPart dd {
	width: 797px;
}

.homeNewsList li {
	background: #fff;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 22px;
	height: 178px;
	box-shadow: 0px 4px 7px rgba(0, 40, 91, 0.35)
}

.homeNewsList li.first {
	padding: 14px;
	height: 195px;
	box-shadow: none;
	border: 1px solid #dee1e6;
	background: url(newsFirstBg.jpg) no-repeat center/cover;
}

.homeNewsList li.first figure {
	width: 252px;
	float: left;
	overflow: hidden;
}

.homeNewsList li.first figure img {
	width: 100%;
	height: 165px;
	transition: all 0.5s;
}

.homeNewsList li.first figcaption {
	width: 478px;
	float: right;
}

.homeNewsList li.first h3 {
	margin-top: 13px;
}

.homeNewsList li h3 {
	font-size: 16px;
	line-height: 30px;
	color: #545454;
	margin-top: 8px;
}

.homeNewsList li p {
	font-size: 14px;
	line-height: 32px;
	color: #777;
}

.homeNewsList li h5 {
	font-weight: normal;
	margin-top: 20px;
}

.homeNewsList li h5 time {
	float: left;
}

.homeNewsList li time {
	font-size: 14px;
	line-height: 36px;
	color: #999;
}

.homeNewsList li span {
	font-size: 12px;
	line-height: 36px;
	float: right;
	color: #999;
}

.homeNewsList h3 strong {
	float: left;
}

.homeNewsList h3 time {
	float: right;
}

.homeNewsList li.first:hover h3 {
	color: #1e5eaf;
}

.homeNewsList li.first:hover img {
	transform: scale(1.1);
}

.homeNewsList li:hover strong {
	color: #1e5eaf;
}

.homeNewsTitle {
	text-align: center;
}

.homeNewsTitle h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}

.homeNewsTitle p {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "pingfang";
}

.homeNewsTitle.first {
	width: 352px;
	margin-top: 87px;
}

.homeNewsTitle.first h3 {
	color: #fff;
}

.homeNewsTitle.first p {
	color: #9dc3e4;
}

.homeNewsTitle.second {
	margin-top: 140px;
	margin-left: 60px;
	width: 290px;
}


/*news*/


/*contact*/

.homeContactPart {
	width: 100%;
	height: 770px;
	position: relative;
}

.homeContactPart dt {
	width: 62%;
	position: absolute;
	height: 100%;
	background-color: #f5f5f5;
}

.homeContactPart dd {
	width: 38%;
	float: right;
	position: relative;
	z-index: 9;
}

.homeContactPart .homeCommonTitle {
	padding-left: 35px;
	text-align: left;
}

.homeContactText {
	width: 100%;
	color: #f5f5f5;
	box-sizing: border-box;
	padding: 35px 0 35px 35px;
	position: relative;
	background: url(homeContactBg.jpg) no-repeat center/cover;
}

.homeContactText p {
	color: #fff!important;
	font-size: 14px!important;
	line-height: 32px!important;
}

.homeContactText:before {
	content: "";
	position: absolute;
	width: 89px;
	height: 100%;
	left: -89px;
	top: 0;
	background: url(homeContactBg2.jpg) no-repeat center/cover;
}

.homeContactText li {
	padding: 14px 0;
}

.homeContactText li h3 {
	font-size: 32px;
	font-family: "Latha";
}

.homeContactText li p {
	font-size: 14px;
	line-height: 32px;
}


/*contact*/


/*footer*/

.footer {
	background-color: #515151;
}

.footerLink {
	padding: 65px 0 50px;
}

.footer dt ul {
	float: left;
	margin-right: 90px;
}

.footer dt h3 {
	font-size: 16px;
	line-height: 30px;
	color: #ddd;
}

.footer dt li a {
	color: #bababa;
}

.footer dt li:hover a {
	opacity: 0.6;
}

.footerTitle {
	color: #fff;
	padding-bottom: 12px;
}

.footerTitle h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.footerTitle p {
	font-size: 16px;
	line-height: 28px;
}

.footerTel {
	font-size: 14px;
	line-height: 24px;
}

.footerTel h3 {
	color: #e8e8e8;
	font-weight: normal;
}

.footerTel p {
	color: #c2c2c2;
}

.footerInfo {
	font-size: 14px;
	line-height: 64px;
	color: #9c9c9c;
	text-transform: uppercase;
	text-align: center;
	background-color: #4b4b4b;
}


/*footer*/


/*innerBanner*/

.innerBanner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.innerBanner img {
	width: 100%;
	height: auto;
}

.bannerTitle {
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.bannerTitle dt {
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	text-align: right;
	font-size: 113px;
	line-height: 113px;
	font-family: "pingfang";
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
}

.bannerTitle dd {
	width: 290px;
	position: absolute;
	height: 50%;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.26);
	box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.1);
}

.bannerTitle dd:before {
	content: "";
	width: 150%;
	height: 100%;
	position: absolute;
	right: -150%;
	background: rgba(255, 255, 255, 0.26);
	box-shadow: 4px -4px 16px rgba(0, 0, 0, 0.1);
}


/*innerBanner*/


/*secondnav*/

.secondClumn {
	overflow: hidden;
}

.secondClumn dt {
	float: left;
	width: 910px;
	height: 66px;
	position: relative;
	background-color: #005bac;
}

.secondClumn dt:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: #005bac;
}

.secondClumn dd {
	width: 290px;
	float: right;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}

.secondNav ul ul {
	display: none;
}

.secondNav li {
	float: left;
	font-size: 16px;
	line-height: 66px;
	margin-right: 1px;
}

.secondNav li a {
	display: block;
	padding: 0 40px;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.secondNav li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #004d92;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.secondNav li:hover a:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.secondNav li a.on:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.secondClumn dd:before {
	content: "";
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #f2f2f2;
}

.parentClumn {
	font-size: 24px;
	line-height: 65px;
	color: #005bac;
	text-align: right;
}


/*secondnav*/


/*newsList*/

.newsList {
	padding: 36px 0;
}

.newsList li {
	padding: 25px 0;
	border-bottom: 1px dashed #d1d1d1;
}

.newsList li:last-child {
	border-bottom: none;
}

.newsList dt {
	width: 299px;
	float: left;
	overflow: hidden;
}

.newsList dt img {
	width: 299px;
	height: 175px;
	transition: all 0.3s;
}

.newsList li:hover img {
	transform: scale(1.1);
}

.newsList li:hover h3 {
	color: #005bac;
}

.newsList dd {
	width: 875px;
	float: right;
}

.newsList dd h3 {
	font-size: 16px;
	line-height: 54px;
	color: #404141;
}

.newsList dd p {
	font-size: 14px;
	line-height: 34px;
	color: #565656;
	text-indent: 32px;
}

.newsList dd time {
	font-size: 18px;
	line-height: 38px;
	color: #989898;
	margin-top: 12px;
	display: block;
	font-family: "Tahoma";
}


/*newsList*/


/*companyIntro*/

.companyIntro {
	padding-top: 33px;
	padding-bottom: 53px;
	text-align: center;
}

.companyIntro h3 {
	font-size: 26px;
	line-height: 78px;
	color: #115897;
}

.introDetail {
	font-size: 16px;
	line-height: 40px;
	color: #4e4e4e;
}

.introDetail p {
	text-indent: 32px;
	font-size: 16px;
	line-height: 40px;
	color: #4e4e4e;
}

.companyIntro a {
	display: block;
	width: 129px;
	height: 37px;
	font-size: 14px;
	line-height: 35px;
	color: #868686;
	margin: 43px auto 0;
	border: 1px solid #b5b5b5;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.companyIntro a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #005bac;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.companyIntro a:hover {
	color: #fff;
}

.companyIntro a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.introTab {
	width: 60%;
	margin: 46px auto 0;
}

.introTab li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.introTab li h3 {
	color: #115897;
	font-size: 50px;
	line-height: 54px;
	font-weight: 500;
	font-family: "pingfang";
}

.introTab li p {
	font-size: 14px;
	line-height: 28px;
	color: #4e4e4e;
}


/*companyIntro*/


/*companyCulture*/

.companyCulture {
	position: relative;
}

.cultureTitle {
	position: absolute;
	width: 301px;
	height: 301px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 9;
	background: url(cultureCircle.png) no-repeat center/cover;
}

.cultureTitle figcaption {
	height: 90px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.cultureTitle h3 {
	font-size: 32px;
	line-height: 62px;
	color: #424242;
	padding-top: 15px;
	font-weight: normal;
}

.cultureTitle p {
	font-size: 12px;
	line-height: 12px;
	font-family: "arial";
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #848484;
}

.companyCulture dt,
.companyCulture dd {
	width: 50%;
	float: left;
	position: relative;
}

.companyCulture dt h3 {
	font-size: 114px;
	line-height: 114px;
	height: 114px;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
}

.companyCulture dd {
	box-sizing: border-box;
	padding-left: 14%;
	padding-right: 5%;
	color: #fff;
	padding-top: 2.4%;
}

.companyCulture dd h3 {
	font-size: 20px;
	line-height: 52px;
}

.companyCulture dd p {
	font-size: 15px;
	line-height: 32px;
	color: #d5e9ff;
}

.companyCulture dd.first {
	height: 178px;
	background-color: #357dcc;
	border-bottom: 1px solid #4a8ad1;
}

.companyCulture dd.second {
	height: 369px;
	background: #2f76c3 url(cultureLine.png) repeat-x center bottom;
}


/*companyCulture*/


/*companyHistory*/

.companyHistory {
	width: 100%;
	padding-bottom: 78px;
	background-color: #f5f5f5;
}

.aboutCommonTitle {
	padding: 60px 0 36px;
}

.aboutCommonTitle h3 {
	font-size: 32px;
	line-height: 48px;
	color: #444;
	text-align: center;
	font-weight: normal;
}

.aboutCommonTitle p {
	color: #848484;
	font-size: 12px;
	line-height: 25px;
	font-family: "arial";
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
}

.historyBox {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}

.flexHistory {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.flexHistory:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #bbb;
	content: '';
}

.flexHistory .slides li {
	position: relative;
	width: 295px;
	height: 396px;
	margin-left: -70px;
}

.flexHistory .slides li:first-child {
	margin-left: 0;
}

.flexHistory .item {
	position: absolute;
	bottom: 0;
	height: 115px;
	padding: 40px 0 0 0;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.flexHistory .item:before,
.flexHistory .item:after {
	content: '';
	position: absolute;
	left: 50%;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.flexHistory .item:before {
	top: -53px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background-color: rgba(1, 97, 172, .6);
}

.flexHistory .item:after {
	top: -49px;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background-color: #015cac;
}

.flexHistory .slides li:nth-child(even) .item {
	top: 0;
	bottom: auto;
	padding: 0 0 44px;
}

.flexHistory .slides li:nth-child(even) .item:before {
	top: auto;
	bottom: -49px;
}

.flexHistory .slides li:nth-child(even) .item:after {
	top: auto;
	bottom: -45px;
}

.flexHistory .item h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #606060;
	text-align: center;
	font-family: "Vrinda";
	background-color: #e7e7e7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.flexHistory .slides li .item h3:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -9px;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #e7e7e7;
	content: '';
}

.flexHistory .slides li:nth-child(even) .item h3 {
	top: auto;
	bottom: 0;
}

.flexHistory .slides li:nth-child(even) .item h3:before {
	top: 100%;
	bottom: auto;
	border-width: 10px 10px 0;
	border-color: #e7e7e7 transparent transparent;
}

.flexHistory .item .hisotyText {
	line-height: 24px;
	height: 116px;
	font-size: 14px;
	color: #606060;
	overflow: auto;
	min-width: 295px;
	padding: 0px 25px;
	position: relative;
}

.flexHistory .item .hisotyText figcaption {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px 25px 0;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}

.flexHistory .item .hisotyText p {
	margin: 0;
	padding-left: 16px;
	position: relative;
}

.flexHistory .item .hisotyText p:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	left: 0;
	top: 10px;
	background-color: #adadad;
}

.historyBox .swiper-button-next,
.historyBox .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 41px;
	height: 41px;
	overflow: hidden;
	margin-top: -20.5px;
	background: url(historyArrow.png) no-repeat!important;
}

.historyBox .swiper-button-prev {
	left: 0;
	background-position: right top!important;
}

.historyBox .swiper-button-next {
	right: 0;
	background-position: left bottom!important;
}

.historyBox .swiper-button-prev:hover {
	background-position-x: left!important;
}

.historyBox .swiper-button-next:hover {
	background-position-x: right!important;
}


/*companyHistory*/


/*companyStructure*/

.companyStructure {
	width: 100%;
	padding-bottom: 60px;
	background: url(structureBg.jpg) no-repeat center/cover;
}

.companyStructure .aboutCommonTitle h3 {
	color: #fff;
}

.companyStructure .aboutCommonTitle p {
	color: #fff;
}

.companyStructure img {
	max-width: 100%;
	height: auto;
}


/*companyStructure*/


/*companyHonor*/

.companyHonor {
	padding-bottom: 46px;
}

.honorSlide {
	width: 1305px;
	margin: 0 auto;
	position: relative;
}

.honorSlide .bd {
	overflow: hidden;
}

.honorSlide li {
	width: 270px;
	float: left;
	margin-right: 38px;
}

.honorSlide li img {
	width: 100%;
	height: 2;
	transition: all 0.5s ease-in-out;
}

.honorSlide li:hover img {
	margin-top: -8px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.honorSlide li p {
	font-size: 16px;
	line-height: 56px;
	color: #424242;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.honorSlide li:hover p {
	color: #025cbf;
}

.companyHonor .prev,
.companyHonor .next {
	width: 18px;
	height: 34px;
	display: block;
	top: -56px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	position: absolute;
	transition: all 0.3s;
	background-image: url(honorArrow.png);
	background-repeat: no-repeat;
}

.companyHonor .prev {
	left: 0;
	background-position: right top;
}

.companyHonor .prev:hover {
	background-position: left top;
}

.companyHonor .next {
	right: 0;
	background-position: left bottom;
}

.companyHonor .next:hover {
	background-position: right bottom;
}

.companyHonor>a {
	display: block;
	text-align: center;
}


/*companyHonor*/


/*recruitUs*/

.recruitUs {
	padding: 50px 0 65px;
}

.commonBox {
	background-color: #fff;
	padding-bottom: 40px;
	box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
}

.commonBox .firstLine {
	background-color: #014da1;
}

.commonBox .firstLine p,
.commonBox h3 p {
	float: left;
	text-align: center;
	box-sizing: border-box;
	color: #525252;
	height: 59px;
	overflow: hidden;
	font: 16px/59px "微软雅黑";
}

.recruitBox .firstLine p,
.recruitBox h3 p {
	width: 20%;
}

.purchaseBox .firstLine p,
.purchaseBox h3 p {
	width: 14.28%;
}

.commonBox .firstLine p {
	color: #fff;
}

.commonBox h3 p a {
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}

.commonBox h3 p:hover a {
	color: #014da1;
}

.commonBox li {
	position: relative;
}

.commonBox li:before {
	content: "";
	position: absolute;
	width: 94%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 1px solid #ebebeb;
}

.recruitList li h4 {
	color: #626262;
	padding: 10px 0;
	font-size: 16px;
	line-height: 32px;
}

.workConItem {
	color: #7d7d7d;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"!important;
}

.workDetail {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 30px;
	display: none;
}


/*recruitUs*/


/*contactUs*/

.contactUs {
	padding: 43px 0 68px;
}

.contactList h3 {
	font-size: 16px;
	line-height: 35px;
	color: #005bac;
}

.contactList div {
	margin-top: 24px;
}

.contactList figure {
	display: inline-block;
	width: 378px;
	font-size: 14px!important;
	line-height: 30px!important;
	color: #434343!important;
}

.contactList figure * {
	font-size: 14px!important;
	line-height: 30px!important;
	color: #434343!important;
}

.contactList p {
	font-size: 14px;
	line-height: 30px;
	color: #434343;
}

.mapBox {
	margin-top: 35px;
	width: 100%;
	height: 430px;
}


/*contactUs*/


/*supply*/

.supplyBox {
	margin-top: 25px;
	margin-bottom: 65px;
}

.supplyTitle {
	text-align: center;
	position: relative;
	height: 114px;
	padding: 25px 0;
}

.supplyTitle h2 {
	width: 100%;
	font-size: 114px;
	line-height: 114px;
	color: #f4f4f4;
	font-family: "arial";
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
}

.supplyTitle h3 {
	font-size: 32px;
	color: #444;
	line-height: 114px;
	font-weight: normal;
	position: relative;
	z-index: 9;
}

.supplyDetail {
	width: 660px;
	margin: 0 auto;
}

.supplyDetail p {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	text-align: center;
}

.supplyDetail dl {
	width: 208px;
	margin: 0 auto;
	padding-top: 30px;
}

.supplyDetail dt {
	width: 128px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	float: left;
	background-color: #005bac;
}

.supplyDetail dd {
	width: 80px;
	height: 48px;
	float: right;
	background: #ff9024 url(supplyArrow.png) no-repeat center;
}

.supplyForm {
	margin-top: 25px;
	position: relative;
	padding-bottom: 46px;
}

.formBox {
	margin: 0 auto;
	width: 784px;
}

.formBox ul {
	padding: 46px 160px 32px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.89);
}

.formBox li {
	margin-bottom: 14px;
}

.formBox label {
	width: 136px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: right;
}

.formBox input,
.formBox textarea,
.formBox select {
	width: 303px;
	height: 40px;
	float: left;
	border: 1px solid #a7a7a7;
	background: transparent;
	border-radius: 5px;
	text-indent: 18px;
	outline: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

.formBox textarea {
	height: 104px;
	resize: none;
	padding: 12px 18px;
	text-indent: 0;
}

.formBox span {
	float: left;
	color: #ff5150;
	margin-left: 5px;
}

.formBox select {
	width: 96px;
	font-size: 14px;
	font-family: "微软雅黑";
}

.formBox .code input {
	width: 120px;
}

.formBox .code img {
	float: left;
	height: 40px;
	width: auto;
	margin-left: 18px;
}

.formBox a {
	width: 205px;
	height: 45px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 35px auto 0;
	font-size: 16px;
	line-height: 45px;
	cursor: pointer;
	background-color: #005bac;
}

.hidePosition {
	display: none;
}


/*supply*/


/*分页*/

.pageClass {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 35px;
}

.pageClass a {
	color: #3f3f3f;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #eee;
	background-color: #fff;
	margin: 0 3px;
}

.pageClass a:hover {
	color: #fff;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 1px 19px;
	color: #3f3f3f;
}

.pageClass a span:hover {
	color: #fff;
}

.pageClass strong {
	cursor: pointer;
	display: inline-block;
	color: #3f3f3f;
	margin: 0 3px;
}

.pageClass strong:hover {
	color: #fff;
}

.pageClass strong span:hover {
	color: #fff;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #3173c7;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 15px;
}

.pageClass a:hover {
	color: #fff;
	background: #3173c7;
	border: 1px solid #3173c7;
}


/*分页*/


/*侧边导航*/

.sideNavBar {
	width: 18%;
	height: 100%;
	min-width: 270px;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.sideNavBar.open {
	right: 0;
}

.sideNavBar h2 {
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #005bac;
}

.sideNavBar h2 span {
	color: #fff;
	float: left;
	display: block;
	font-size: 16px;
	line-height: 68px;
}

.sideNavBar h2 i {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 19px;
	cursor: pointer;
	background: url(sideCloseBtn.png) no-repeat;
}

.sideNavBar h2 i:hover {
	animation: sideNavClose 5s infinite both;
}

@keyframes sideNavClose {
	0% {
		transform: rotate(90deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(270deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.sideNavBar dl {
	padding: 0 20px;
}

.sideNavBar dt {
	color: #3d3d3d;
	padding-top: 18px;
	font-size: 16px;
	line-height: 22px;
}

.sideNavBar dd {
	padding: 9px 0;
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}

.sideNavBar dd li {
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	margin-right: 6%;
}

.sideNavBar dd li:hover a {
	color: #005bac;
}

.sideNavBar dd li a {
	color: #8c8c8c;
}

.sideContact {
	padding: 25px 30px 0;
}

.sideContact h3 {
	font-size: 14px;
	line-height: 26px;
	color: #3d3d3d;
	padding-left: 25px;
	background: url(sideTel.png) no-repeat left center;
}

.sideContact strong {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #005bac;
	padding-left: 25px;
	font-family: "pingfang";
}


/*侧边导航*/


/*文章内容页*/

.article {
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}

.articleTitle {
	margin: 0 auto;
}

.articleTitle h2 {
	color: #1e5eaf;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 48px;
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent table {
	width: 100%!important;
}

.articleContent {
	min-height: 395px;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
}

.articleContent video {
	max-width: 100%;
	height: auto;
}

.articleContent p {
	max-width: 100%;
	height: auto;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
}

.articleContent img {
	max-width: 100%;
	height: auto;
}

.articleTab {
	color: #6c6c6c;
	padding-top: 20px;
	font-size: 14px;
	line-height: 32px;
}

.articleTab a {
	font-size: 14px;
	line-height: 32px;
	color: #6c6c6c;
}

.articleTab a:hover {
	color: #1e5eaf;
}


/*文章内容页*/


/*采购详情*/

.purchaseDetail {
	padding: 30px 0 50px;
}

.purchaseDetail dt h3 {
	font-size: 20px;
	line-height: 68px;
	color: #005bac;
	font-weight: bold;
}

.purchaseDetail .perceseDetailText {
	font-size: 14px;
	line-height: 35px;
	color: #444;
	margin-top: 15px;
}

.purchaseDetail .perceseDetailText p {
	font-size: 14px;
	line-height: 35px;
	color: #444;
}

.purchaseDetail dd {
	margin-top: 25px;
}

.purchaseDetail dd h4 {
	font-size: 16px;
	line-height: 44px;
	color: #444;
	font-weight: bold;
}

.purchaseDetail dd p {
	font-size: 14px;
	line-height: 35px;
	color: #444;
}

.perceseDetailList ul {
	padding: 20px 28px;
	background-color: #edf3fa;
}

.perceseDetailList li {
	float: left;
	width: 33.33%;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #787777;
}

.perceseDetailList li strong {
	color: #4d4d4d;
}


/*采购详情*/


/*honorList*/

.honorList {
	padding: 46px 0 50px;
}

.honorList ul {
	width: 1198px;
	margin: 0 auto;
}

.honorList li {
	float: left;
	width: 270px;
	margin: 0 14px;
}

.honorList li img {
	width: 100%;
	height: auto;
}

.honorList li p {
	font-size: 18px;
	line-height: 52px;
	color: #4b4b4b;
	text-align: center;
	margin-bottom: 20px;
}

.honorList li figure {
	position: relative;
	overflow: hidden;
}

.honorList li mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 91, 172, .2);
	background: #eb6123\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.honorList li mark:before,
.honorList li mark:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.honorList li mark:before {
	border-left: 2px solid #005bac;
	border-right: 2px solid #005bac;
	width: 100%;
	height: 0%;
}

.honorList li mark:after {
	width: 0%;
	height: 100%;
	border-top: 2px solid #005bac;
	border-bottom: 2px solid #005bac;
}

.honorList li b {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	z-index: 30;
}

.honorList li b:before,
.honorList li b:after {
	content: "";
	background: #005bac;
	position: absolute;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.honorList li b:before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 18px;
}

.honorList li b:after {
	width: 1px;
	height: 100%;
	left: 18px;
	top: 0;
}

.honorList li:hover mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}

.honorList li:hover b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.honorList li:hover b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.honorList li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.honorList li:hover mark:after {
	width: 100%;
	transition: 330ms 200ms;
}


/*honorList*/